/*
* @ author:YJ;
* @ time:2015/12/08;
*/

@charset "utf-8";




/*右侧浮动*/
.float{ position:fixed; top:50%; right:0; margin-top:-153px; z-index:2000; width:50px; height:306px;}
.float_show{ width:50px; height:50px; background-color:#0663c3; margin-bottom:1px; border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; -webkit-border-radius:2px 0 0 2px; -o-border-radius:2px 0 0 2px;}
.float_show a{ display:block; color:#FFF; font-size:12px; width:50px; height:44px; overflow:hidden; padding-top:6px;}
.float_show a span{ font-family:"微软雅黑"; color:#FFF; line-height:26px; display:block; text-align:center;}
.float_show a span.float_none{ display:none;}
.float_show a img{ display:block; width:22px; height:18px; margin:0 auto;}
.float_show:hover a{ background-color:#003a92;}
.float_hwx{ display:none; position:absolute; left:-165px; top:-106px; z-index:2000; background:url(../images/wx_flbd.png) no-repeat; width:142px; height:142px; padding:7px 16px 7px 7px;}
.float_wx{ display:none; position:absolute; top:-124px; left:-188px; background:url(../images/float_wxbd.png) no-repeat; width:150px; height:150px; padding:15px 24px 13px 14px;}
.float_show.float_show1{ position:absolute; top:51px; right:-54px; width:104px; margin-bottom:0;}
.float_show.float_show2{  position:absolute; top:102px; right:-54px; width:104px; margin-bottom:0;}
.float_show.float_show3{ position:absolute; top:153px; right:-118px; width:168px;}
.float_show.float_show4{ position:absolute; top:204px; right:0; width:50px;}
.float_show.float_show1.cur a{ width:84px; height:18px; line-height:18px; padding:16px 0 16px 20px; }
.float_show.float_show1.cur img{ float:left;}
.float_show.float_show1.cur span{ float:left; padding-left:10px;}
.float_show.float_show1.cur .float_sh2{ line-height:18px;}
.float_show.float_show2.cur a{ width:84px; height:18px; line-height:18px; padding:16px 0 16px 20px; }
.float_show.float_show2.cur img{ float:left;}
.float_show.float_show2.cur span{ float:left; padding-left:10px; line-height:18px;}
.float_show.float_show3.cur a{ width:163px; line-height:24px; padding:6px 0 0 5px;}
.float_show.float_show3.cur img{ float:left;}
.float_show.float_show3.cur span.float_sh2{ float:left; font-size:14px; line-height:36px;}

.float_show.float_show3 a img,.float_show.float_show4 a img{ padding:7px 11px 13px 15px; width:24px; height:24px;}
.float_none{ display:none;}